func runtime.suspendG

2 uses

	runtime (current package)
		mgcmark.go#L232: 			stopped := suspendG(gp)
		preempt.go#L104: func suspendG(gp *g) suspendGState {